/*
Theme Name: CHACO-WEB.COM Template01
Author: CHACO-WEB.COM
Author URI: http://cybercats-taipei.com/template/01/
Description: CHACO-WEB.COM original theme
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*------------------------
  Fonts
------------------------*/
@font-face{font-weight:normal;font-style:normal;font-family:'Noto Serif';src:url('fonts/nsjp-serif-regular.woff') format('woff');}
@font-face{font-weight:bold;font-style:normal;font-family:'Noto Serif';src:url('fonts/nsjp-serif-semibold.woff') format('woff');}

/*------------------------
  common
------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*>*:last-child {
	margin-bottom: 0;
}
::-webkit-input-placeholder { /* Edge */
	color: #ccc;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ccc;
  }
  
  ::placeholder {
	color: #ccc;
  }
address, em {
	font-style: normal;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	color: #333;
	line-height: 1.6;
	font-family:  'Noto Sans JP', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, sans-serif;
	font-size: 16px;
}
body a {
	text-decoration: none;
	outline: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	color: #4e4e4e;
}
.site-title img:hover {
    opacity: 0.7;
}
body a:hover,
body a:focus {
	text-decoration: none;
	outline: none;
	color: #1a17e6;
}
img {
	border: 0;
	outline: none;
	max-width: 100%;
	height: auto;
}
ul {
	list-style: none;
}
table {
	border-spacing: 0;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
p {
	line-height: 1.7;
	font-size: 16px;
}
p.note {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
}
p.note:before {
	content: '※';
	position: absolute;
	left: 0;
}
.serif {
	font-family: 'Noto Serif', serif;
}
.pc-none {
	display: none !important;
}


@media screen and (max-width:768px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
		display: block;
		width: 100%;
	}
	.pc-none {
		display: block !important;
	}
	.sp-none {
		display: none !important;
	}
}



.tbl-r02 {
  width:100%
}

.tbl-r02 th {
  background: #255090;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .open .main-nav li a {
    padding: 12px !important;
}
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    width: 100%;
  }
}


.tbl-r021 {
  width:100%
}

.tbl-r021 th {
  background: #255090;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r021 td {
border: solid 1px #ccc;
  padding: 10px;
  text-align:center;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r021 {
    width: 100%;
  }
  .tbl-r021 th,
  .tbl-r021 td {
    display: block;
    width: 100%;
  }
}



.tbl-r04 {
  width:100%
}

.tbl-r04 th {
  background: #255090;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r04 td {
border: solid 1px #ccc;
  padding: 10px;
  text-align:center;
}

.tbl-r04 td:first-child {
  background: #f2f6fb;
}
@media screen and (max-width: 640px) {
  .tbl-r04 {
    width: 100%;
  }
  .tbl-r04 .thead {
    display: none;
  }
  .tbl-r04 tr {
    width: 100%;
  }
  .tbl-r04 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r04 td:first-child {
    background: #255090;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r04 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}


.prv1{
  margin:20px;
}

.prv1 dt{
  float: left;
}

.prv1 dd{
  margin-left: 30px;
  margin-bottom:10px;
}

.prv2{
  margin:20px;
   margin-bottom:10px;
}

.prv2 dt{
  float: left;
   margin-bottom:10px;
}

.prv2 dd{
  margin-left: 80px;
   margin-bottom:10px;
}

.class_box1 {
    width: 100%;
    max-width: calc(950px + 4%);
    margin: 0 auto;
    padding: 25px 10px 0px 10px;
    box-sizing: border-box;
    text-align: left;
}

ul.flow_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.flow_list li{
	border: 5px solid #ccc;
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 4px 10px;
    position: relative;
}
ul.flow_list li::after{bottom: -34px;
    color:#255090;
    content: "▼";
    font-size: 24px !important;
    left: 48%;
    position: absolute;}
ul.flow_list li.last::after{/*最後の▼を外す*/
    content: "";
}
ul.flow_list li h3::first-letter{/*1文字めを大きく*/
    font-family: garamond,times;
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0.15em;
}

/*------------------------
  Layout
------------------------*/
main#main {
	display: block;
	position: relative;
}
main#main.row {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap : nowrap;
	flex-wrap : nowrap;
}
main:after {
	content: '';
	display: table;
	clear: both;
}
#main-contents {
	margin-left: 250px;
	background: #fff;
}
#side {
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 999;
	background: #f2f6fb;
	border-right: 1px solid #dbdbdb;
}
.container {
	margin: 60px 0 80px;
	padding: 0 5.83333vw;
}
#kv {
	height: 270px;
	position: relative;
}
#kv .overlay {
	background: rgba(89,90,90,.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#kv h2 {
	width: 100%;
	text-align: center;
	line-height: 1;
	letter-spacing: .1em;
	text-shadow: 2px 2px 10px rgba(255,255,255,1);
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	margin-top: -.5em;
}
.row {
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}
.row.reverse {
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.column-2 {
	width: 48%;
	margin:1%;
}
.column-3 {
	width: 33.3333333%;
}

.column-3_1 {
	width: 31%;
	margin:1%;
}
.column-4 {
	width: 25%;
}

h4.pj_text  {
    font-size: 20px;
    font-weight: bold;
    color: #255090;
    letter-spacing: .08em;
    border-left: 10px solid #255090;
    padding-left: 15px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	#main-contents {
		margin-left: 0;
		margin-top: 60px;
	}
	#side {
		height: auto !important;
		width: 100%;
		position: relative;
		border: none;
	}
	#kv {
		height: 90px;
	}
	#kv h2 {
		font-size: 23px;
	}
	.container {
		margin: 40px 0 50px;
		padding: 0 15px;
	}
	.row.reverse {
		-webkit-flex-direction:row;
		-ms-flex-direction:row;
		flex-direction:row;
	}
	.column-2 {
		width: 100%;
	}
	.column-3 {
		width: 50%;
	}
	.column-4 {
		width: 50%;
	}
	
	h4.pj_text  {
    font-size: 18px;
    font-weight: bold;
    color: #255090;
    letter-spacing: .08em;
    border-left: 10px solid #255090;
    padding-left: 15px;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 374px) {
	#kv h2 {
		font-size: 6.133333vw;
	}
	#form-box .input-s input[type=text] {
		width: 16% !important;
		margin: 3px !important;
	}
	.home #kv h2{
		top: 50% !important;
		
	}
}

/*------------------------
  Heading
------------------------*/
.content-tit {
	font-size: 30px;
	line-height: 1;
	text-align: center;
	color: #255090;
	letter-spacing: .05em;
	margin-bottom: 40px;
}
.content-tit small {
	display: block;
	margin-top: 10px;
	color: #4e4e4e;
	font-size: 13px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: normal;
}
.border-tit {
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #255090;
	border: solid #255090;
	border-width: 3px 0;
	letter-spacing: .08em;
	padding: 30px 0;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.content-tit,
	.border-tit{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.content-tit .small {
		display: block;
		margin: 5px 0;
	}
	.border-tit {
		border-width: 1px 0;
		padding: 20px 0;
	}
	.content-tit small {
		font-size: 12px;
	}
}

/*------------------------
  header
------------------------*/
#site-header {
	width: 100%;
	height: 270px;
	background: #fff;
	position: relative;
}
.site-title,
.site-title a{
	display: block;
	height: 100%;
}
.site-title img {
	max-width: 230px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 768px) {
	#site-header {
		width: 100%;
		height: 60px;
		padding-right: 60px;
		z-index: 1000;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.90);
	}
	.site-title img {
		max-width: 230px;
		position: relative;
		left: 15px;
		top: 8px;
		margin: 0;
	}
	.site-header h1 {
		font-size: 12px;
		font-weight: normal;
		line-height: 40px;
		text-align: center;
		color: #939599;
		padding: 0;
		background: rgba(19,68,143,.1);
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
	}
	.site-header .wrapper {
		padding: 0;
	}
}
@media screen and (max-width: 374px) {
	.site-header h1 {
		font-size: 10px;
	}
}

/*------------------------
  navigation pc
------------------------*/

.main-nav.pc {
	width: 100%;
}
.main-nav.pc ul.menu {
	margin: 20px 30px;
}
.main-nav.pc ul.menu li a {
	font-size: 15px;
	line-height: 50px;
	letter-spacing: .05em;
	display: block;
}
.main-nav.pc ul.menu li a:hover,
.main-nav.pc ul.menu li a:focus,
.main-nav.pc ul.menu li.current-menu-item a {
	color: #255090;
}
.main-nav.pc ul.menu li a span {
	position: relative;
}
.main-nav.pc ul.menu li a span:after,
.main-nav.pc ul.menu li.current-menu-item a span:after {
	content: '';
	transition: all .3s;
	-webkit-transition: all .3s;
	width: 0;
	height: 1px;
	background: #255090;
	position: absolute;
	left: 0;
	bottom: -3px;
}
.main-nav.pc ul.menu li a:hover span:after,
.main-nav.pc ul.menu li a:focus span:after,
.main-nav.pc ul.menu li.current-menu-item a span:after {
	width: 100%;
}

@media screen and (max-width: 768px) {
	
}

/*------------------------
  Navigation Mobile
------------------------*/
.header-menu {
	list-style: none;
	position: fixed;
	right: 0;
	top: 0;
	height: 60px;
	cursor: pointer;
	z-index: 10000;
}
.menu-line {
	width: 60px;
	height: 60px;
	background: #255090;
	position: absolute;
	padding: 10px 0 0;
	top: 0;
	right: 0;
	z-index: 11000;
}
.line {
	background: #fff;
	display: block;
	height: 1px;
	width: 34px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin: 5px auto;
}
.menu-line:after {
	content: 'MENU';
	text-align: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: .05em;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	transform: scale(0.9);
}
.menu-line.active:after {
	content: 'CLOSE';
}
.menu-line.active .line.top {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	display: block;
	top: 9px;
	margin: 0 auto;
	width: 25px;
}
.menu-line.active .line.bottom {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	display: block;
	margin: 0 auto;
	bottom: -8px;
	width: 25px;
}
.open {
	display: none;
	height: calc(100vh - 60px);
	background: rgba(37,80,144,0.85);
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 999;
	width: 100vw;
}
.open .main-nav {
	float: none;
	width: 100%;
	margin: 0;
}
.open .main-nav ul {
	list-style: none;
	padding: 20px 15px 30px;
}
.open .main-nav li {
	width: 100%;
	position: relative;
}
.open .main-nav li a {
	display: block;
	padding: 20px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	text-align: center;
	letter-spacing: .08em;
}


@media screen and (max-width: 1160px) {
	.main-nav.pc ul.menu li {
		width: 125px;
	}
}
@media screen and (max-width: 768px) {
	.main-nav.pc {
		display: none;
	}
}

/*------------------------
  Category 
------------------------*/
#entry-container {
	padding: 50px 3.5vw 80px;
}
/* Entry List */
#entry-list {
	width: 75%;
	padding-right: 3.5vw;
}
#entry-list .row {
	margin: 0 -1.25vw -2.5vw;
}
#entry-list .column-2 {
	padding: 0 1.25vw 2.5vw;
}
#entry-list .entry-thumb {
	width: 100%;
	height: 15.5vw;
}
#entry-list .entry-meta {
	padding: 15px 0 0;
}
#entry-list .entry-meta p,
#entry-content .entry-meta p {
	display: inline-block;
	margin-right: 5px;
	padding-right: 5px;
	font-size: 11px;
}
#entry-list .entry-meta .ctg,
#entry-content .entry-meta .ctg {
	background: #ecf4ff
	padding: 0 5px;
}
#entry-list .entry-meta h4 {
	font-weight: 500;
	line-height: 2;
	font-size: 16px;
	letter-spacing: .05em;
	padding: 5px 0 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#entry-list .column-2 a {
	display: block;
}
#entry-list .column-2 a:hover {
	opacity: .85;
}
#entry-list .column-2 a:hover h4 {
	color: #255090;
	opacity: 1;
}

/* Entry Side */
#entry-side {
	width: 25%;
}
#entry-side .widget-container {
	margin-bottom: 40px;
}
#entry-side h3 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .05em;
	padding: 15px 10px;
	background: #d7d1c0;
}
#entry-side #thumb-list ul,
#entry-side #category-list ul {
	border: solid #dbdbdb;
	border-width: 0 1px;
}
#entry-side #thumb-list ul li,
#entry-side #category-list ul li{
	border-bottom: 1px solid #dbdbdb;
}
#entry-side ul li a {
	padding: 10px;
	font-size: 13px;
	font-weight: 500;
}
#entry-side ul li a:hover {
	background: #f2f6fb;
}
#entry-side #thumb-list ul li a .date {
	font-size: 11px;
	font-weight: 400;
	color: #666;
	margin-bottom: 10px;
}
#entry-side #thumb-list ul li a .thumb-box {
	width: 70px;
	height:  70px;
}
#entry-side #thumb-list ul li a .entry-text {
	width: calc(100% - 70px);
	padding-left: 10px;
}
#entry-side #category-list ul li a {
	padding: 15px 10px;
	display: block;
}

@media screen and (max-width: 999px) {
	#entry-list .entry-meta h4 {
		line-height: 1.6;
	}
}
@media screen and (min-width:768px) and ( max-width:999px) {
	#entry-list .column-2 {
		width: 50%;
	}
	#entry-side #thumb-list ul li a .thumb-box {
		width: 100%;
		height: 60px;
	}
	#entry-side #thumb-list ul li a .entry-text {
		width: 100%;
		padding: 10px 0 0;
	}
	#entry-side #thumb-list ul li a .date {
		margin-bottom: 0;
	}
	#entry-side h3 {
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	#entry-container {
		padding: 40px 15px 50px;
	}
	#entry-list,
	#entry-side {
		width: 100%;
		padding: 0;
	}
	#entry-list .column-2 a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		border: 1px solid #dbdbdb;
	}
	#entry-list .entry-thumb {
		width: 90px;
		height: 90px;
	}
	#entry-list .entry-meta {
		width: calc(100% - 90px);
		padding: 5px 10px 10px;
	}
	#entry-list .entry-meta h4 {
		font-size: 15px;
	}
	
}

/*------------------------
  Single
------------------------*/
/* Entry Content */
#entry-content {
	width: 75%;
	padding-right: 3.5vw;
}
#entry-content .entry-header {
	margin-bottom: 35px;
}
#entry-content .entry-header h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 2;
	letter-spacing: .05em;
	margin-bottom: 35px;
}
#entry-content .entry-header .image-box {
	height: 320px;
}
#entry-content .entry-text h1 {
	font-size: 26px;
}
#entry-content .entry-text h2 {
	font-size: 24px;
}
#entry-content .entry-text h3 {
	font-size: 22px;
}
#entry-content .entry-text h4 {
	font-size: 20px;
}
#entry-content .entry-text h5 {
	font-size: 18px;
}
#entry-content .entry-text h6 {
	font-size: 16px;
}
#entry-content .entry-text h1,
#entry-content .entry-text h2,
#entry-content .entry-text h3,
#entry-content .entry-text h4,
#entry-content .entry-text h5,
#entry-content .entry-text h6 {
	margin: 20px 0;
}
#entry-content .entry-text p {
	font-size: 16px;
	line-height: 2;
}
#entry-content .entry-text p + p {
	margin-top: 25px;
}
#entry-content .entry-text .addtoany_content {
	padding: 45px 0;
	margin: 0;
}

/* Paging */
.paging-box {
	
}
.paging-box a {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 30px 15px;
}
.paging-box a:hover {
	background: #f2f6fb;
}
.paging-box .prev,
.paging-box .next {
	position: relative;
	border: solid #dbdbdb;
}
.paging-box .prev {
	border-width: 1px 1px 1px 0;
}
.paging-box .next {
	border-width: 1px 0 1px 1px;
}
.paging-box .prev:before,
.paging-box .next:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #dbdbdb;
	position: absolute;
	top: 0;
}
.paging-box .prev:before {
	left: -1px;
}
.paging-box .next:before {
	right: 0;
}

@media screen and (max-width: 767px) {
	#entry-content {
		width: 100%;
		padding: 0 0 50px;
	}
	.home #kv h2{
		top: 42%;
		
	}
	#entry-content .entry-header h1 {
		font-size: 26px;
		line-height: 1.5;
	}
	#entry-content .entry-header .image-box {
		height:  190px;
	}
	.paging-box .next {
		border-width: 1px 1px 0;
	}
	.paging-box .prev {
		border-width: 0 1px 1px;
	}
	.paging-box .prev:before,
	.paging-box .next:before {
		width: 100%;
		height: 1px;
	}
	.paging-box .prev:before {
		top: -1px;
		right: 0;
	}
	.paging-box .next:before {
		top: auto;
		bottom: 0;
		left: 0;
	}
}

/*------------------------
  pagination
------------------------*/
#pagination-box {
	font-size: 14px;
}
.wp-pagenavi {
	text-align: center;
	margin: 50px 0 0;
	letter-spacing: 1px;
}
#pagination-box .wp-pagenavi a,
#pagination-box .wp-pagenavi span {
	color: #4e4e4e;
	border: none;
	padding: 4px 10px 20px!important;
	margin: 0 5px !important;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	border: none;
}
.wp-pagenavi span.current {
	font-weight: normal !important;
	color: #888;
	border: solid #255090;
	border-width: 0 0 1px;
}
.wp-pagenavi a:hover {
	background: none;
	color: #255090;
	border-color: #255090;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
	background: none;
	color: #255090;
}
.post-nav {
	padding: 30px 0;
}
.post-nav .row {
	margin: -10px;
}
.post-nav .column-3 {
	padding: 10px;
}
.post-nav a {
	text-align: center;
	letter-spacing: .05em;
	font: normal 16px/1 'nsjp-serif', serif;
	display: block;
	padding: 45px 15px;
}
.post-nav a:hover {
	color: #fff;
}
.post-nav .prev a {
	background: #fff url(images/arrow-blk-left.svg) no-repeat 25px center;
}
.post-nav .prev a:hover {
	background: #e60000 url(images/arrow-wh-left.svg) no-repeat 20px center;
}
.post-nav .next a {
	background: #fff url(images/arrow-blk.svg) no-repeat;
	background-position: right 25px center;
}
.post-nav .next a:hover {
	background: #e60000 url(images/arrow-wh.svg) no-repeat;;
	background-position: right 20px center;
}
.post-nav .list a {
	background: #fff url(images/arrow-blk-circle.svg) no-repeat;
	background-position: right 25px center;
}
.post-nav .list a:hover {
	background: #e60000 url(images/arrow-wh-circle.svg) no-repeat;;
	background-position: right 20px center;
}

@media screen and (max-width: 767px) {
	#pagination-box {
		padding: 40px 0;
	}
	.wp-pagenavi {
		margin: 0;
	}
}

/*------------------------
  home
------------------------*/

/* KV */
.home #kv {
	height: 520px;
}
.home #kv h2 {
	position: absolute;
	bottom: 70px;
	line-height: 2;
	width: 100%;
}

/* News */
#news-box {}
#news-box .row {
	margin: -15px;
}
#news-box .column-2 {
	padding: 15px;
}
#news-box .column-2 a {
	border: 1px solid #dbdbdb;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
#news-box .column-2 .image-box {
	width: 12.5vw;
	height: 12.5vw;
}
#news-box .column-2 a .text-box {
	padding: 25px 20px;
	width: calc(100% - 12.5vw);
	position: relative;
}
#news-box .column-2 a .text-box:before {
	content: '';
	width: 0;
	height: 100%;
	background: #ecf4ff
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 0;
}
#news-box .column-2 a:hover .text-box::before {
	width: 100%;
}
#news-box .column-2 .text-box .date,
#news-box .column-2 .text-box .news-tit {
	position: relative;
}
#news-box .column-2 .text-box .date {
	color: #255090;
	font-size: 12px;
	margin-bottom: 15px;
	letter-spacing: .1em;
	line-height: 1;
}
#news-box .column-2 .text-box .news-tit {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .05em;
}
#news-box .column-2 a.news-more {
	border: none;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	position: relative;
	color: #fff;
	padding: 25px 0;
}
#news-box .column-2 a.news-more:before,
#news-box .column-2 a.news-more:after {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#news-box .column-2 a.news-more:before {
	width: 100%;
	background: #687d9d;
	z-index: 0;
}
#news-box .column-2 a.news-more:after {
	width: 0;
	background: #255090;
	z-index: 5;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#news-box .column-2 a.news-more:hover::after {
	width: 100%;
}
#news-box .column-2 a.news-more .plus {
	position: relative;
	z-index: 10;
	padding-right: 35px;
}
#news-box .column-2 a.news-more .plus:before,
#news-box .column-2 a.news-more .plus:after {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12.5px;
}
#news-box .column-2 a.news-more .plus:before {
	content: '';
	background: rgba(255,255,255,0.8);
	z-index: 10;
}
#news-box .column-2 a.news-more .plus:after {
	content: '+';
	color: #687d9d;
	text-align: center;
	line-height: 25px;
	z-index: 15;
}
#news-box .column-2 a.news-more:hover .plus:after {
	color: #255090;
}
/* Info */
#info-box {}
#info-box .time-table {
}
#info-box .time-table .inner {
	background: #255090;
	color: #fff;
	padding: 0 1.66666vw;
}
#info-box .time-table .time-line {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#info-box .time-table .time-line:last-child {
	border-bottom: none;
}
#info-box .time-table .time {
	width: 25%;
}
#info-box .time-table .day {
	width: 10.5%;
}
#info-box .time-text {
	padding: 0 0 30px 2.5vw;
}
#info-box .time-text dl dt,
#info-box .time-text dl dd {
	padding: 5px 0;
}
#info-box .time-text dl dt {
	width: 50px;
}
#info-box .time-text dl dd {
	width: calc(100% - 50px);
}
#info-box .time-text h4 {
	margin-bottom: 10px;
}
#info-box .time-text dl + h4 {
	margin: 15px 0 10px;
}
#info-box .time-text ul {
	margin: 0 -5px;
}
#info-box .time-text ul li {
	padding: 0 5px;
}
#info-box div.note {
	background: #f8f8f8;
	padding: 30px;
}
#info-box .note h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	padding-left: 15px;
	border-left: 1px solid #255090;
	margin-bottom: 25px;	
}

@media screen and (max-width: 999px) {
	/* News */
	#news-box .column-2 {
		width: 100%;
		min-height: 16.25vw;
	}
	#news-box .column-2 .image-box {
		width: 25vw;
		height: 100%;
	}
	#news-box .column-2 a .text-box {
		width: 75vw;
	}
	#news-box .column-2 .text-box .date {
		margin-bottom: 5px;
	}
	#news-box .column-2 a.news-more {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	/* KV */
	.home #kv {
		height: 300px;
	}
	#news-box .column-2 {
		padding: 5px;
		min-height: 25vw;
	}
	#news-box .column-2 a .text-box {
		padding: 10px;
	}
	#news-box .column-2 .text-box .news-tit {
		font-size:  14px;
		line-height: 1.3;
	}
	#news-box .column-2 a.news-more .plus {
		line-height: 55px;
		font-size: 15px;
	}
	
	/* News */
	#news-box .row {
		margin: -5px;
	}
	
	/* Info */
	#info-box .time-table {
		padding: 0;
	}
	#info-box .time-table {
		font-size: 13px;
	}
	#info-box .time-table .time-line {
		padding: 10px 0;
	}
	#info-box .time-table .time {
		width: 30%;
		padding: 0 3px;
	}
	#info-box .time-table .day {
		width: 11.666666%;
	}
	#info-box .time-text {
		margin-top: 20px;
	}
}

/*------------------------
  About
------------------------*/

#lead-about1 {
	padding: 0 2.5vw;
}
#lead-about1 p {
	line-height: 1.8;
	text-align:right;
	margin-top:20px;
}
#lead-about1 p + p {
	margin-top: 25px;
}

#lead-about {
	padding: 0 2.5vw;
}
#lead-about p {
	line-height: 1.8;
}
#lead-about p + p {
	margin-top: 25px;
}
#course-box .row {
	margin: -15px 0 15px;
}
#course-box .column-3 {
	padding: 15px;
}
#course-box .column-3 .image-box {
	width: 100%;
	height:  200px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#course-box .column-3:first-child .image-box {
	background-image: url(images/about/course01.jpg);
}
#course-box .column-3:nth-child(2) .image-box {
	background-image: url(images/about/course02.jpg);
}
#course-box .column-3:nth-child(3) .image-box {
	background-image: url(images/about/course03.jpg);
}
#course-box .column-3:nth-child(4) .image-box {
	background-image: url(images/about/course04.jpg);
}
#course-box .column-3:nth-child(5) .image-box {
	background-image: url(images/about/course05.jpg);
}
#course-box .column-3:nth-child(6) .image-box {
	background-image: url(images/about/course06.jpg);
}
#course-box .column-3 h4 {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	padding: 20px 0;
}
#course-box .note {
	background: #f8f8f8;
	padding: 30px;
}
#course-box .note h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	padding-left: 15px;
	border-left: 1px solid #255090;
	margin-bottom: 25px;
}
#course-box .note p {
	font-size: 14px;
	margin-top: 15px;
}

@media screen and (max-width: 999px) {
	#lead-about p {
		text-align: left;
	}
	#course-box .row {
		margin: -5px -5px 15px;
	}
	#course-box .column-3 {
		width: 50%;
		padding: 5px;
	}
	#course-box .column-3 .image-box {
		height: 25vw;
	}
	#course-box .column-3 h4 {
		font-size: 15px;
		padding: 10px 0 15px;
	}
	#course-box .note,
	#info-box div.note{
		padding: 20px 15px;
	}
	#course-box .note h4,
	#info-box div.note h4{
		font-size: 16px;
		margin-bottom: 15px;
	}
	#course-box .note p,
	#info-box div.note p{
		margin-top: 10px;
	}
}

/*------------------------
  Service
------------------------*/
#lead-service {
	padding: 0 2.5vw;
}
#lead-service p {
	text-align: center;
	line-height: 1.8;
}
#lead-service p + p {
	margin-top: 25px;
}
#lead-service .service-list {
	margin: 40px auto 0;
	background: rgba(175,204,241,0.50);
}
#lead-service .service-list .column-3,
#lead-service .service-list .column-4 {
	padding: 25px 15px;
	text-align: center;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	font-weight: 500;
}
#lead-service .service-list .bg-wh {
	background: rgba(255,255,255,0.4);
}
#lead-service .service-list .column-3:nth-child(3),
#lead-service .service-list .column-4:last-child {
	border-width: 0 0 2px;
}
#lead-service .service-list small {
	font-size: 12px;
}
#service-box .note {
	background: #f8f8f8;
	padding: 30px;
}
#service-box .note p {
	text-align: center;
	font-weight: 500;
}
#service-box .row {
	margin: 0px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #dbdbdb;
}
#service-box .service-image {
	width: 35%;
}
#service-box .service-text {
	width: 65%;
	padding-left: 30px;
}
#service-box .service-text h4 {
	font-size: 20px;
    font-weight: bold;
    color: #255090;
    letter-spacing: .08em;
    border-left: 10px solid #255090;
    padding-left: 15px;
    margin-bottom: 30px;
}
#service-box .service-text p {
	padding-left: 15px;
	font-size: 14px;
	padding-bottom: 20px;
}
#service-box .service-text p + p {
	margin-top: 15px;
}
#service-box .service-text a {
	box-shadow: 0 1px 0 currentColor;
}
#service-box .service-text a:hover {
	color: #255090;
}
@media screen and (max-width: 999px) {
	#lead-service .service-list .column-3 {
		width: 33.3333333%;
	}
	#lead-service .service-list .column-4 {
		width: 25%;
	}
	#lead-service .service-list small {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#lead-service .service-list .column-3,
	#lead-service .service-list .column-4,
	#lead-service .service-list .column-3:nth-child(3),
	#lead-service .service-list .column-4:last-child {
		width: 100%;
		border-width: 2px 0 0;
		padding: 15px;
	}
	#lead-service .service-list small {
		display: inline;
	}
	#service-box .service-image {
		width: 100%;
		height: 42vw;
		overflow: hidden;
		position: relative;
	}
	#service-box .service-image img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	#service-box .service-text {
		width: 100%;
		padding: 20px 0 0;
	}
	#service-box .service-text h4 {
		margin-bottom: 20px;
	}
}

/*------------------------
  Access
------------------------*/
.info-text {
	padding-right: 2.5vw;
}
.info-text .name {
	margin-bottom: 25px;
}
.info-text p + p {
	margin-top: 25px;
}
#gallery {
	padding: 0 5.83333vw 80px;
}
#gallery img {
	vertical-align: middle;
}
#map .gmap {
	position: relative;
	padding-bottom: 32.5vw;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#map .gmap iframe,
#map .gmap object,
#map .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 999px) {
	.info-text {
		padding: 20px 0;
	}
	.info-text p + p {
		margin-top: 15px;
	}
	.info-text img.name {
		max-width: 250px;
	}
	#gallery {
		padding: 0 15px 50px;
	}
	#map .gmap {
		padding-bottom: 72.5vw;
	}
}

/*------------------------
  Contact Tel
------------------------*/
#contact-tel {
	text-align: center;
	padding: 30px 0;
}
#contact-tel .row {
	border: 1px solid #0a0a0a;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}
#contact-tel .column-2 {
	position: relative;
	padding: 30px;
	margin-bottom: 5px;
}
#contact-tel .row .column-2:first-child::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #255090;
}
#contact-tel p {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
}
#contact-tel p.num {
	font-size: 23px;
	color: #255090;
	letter-spacing: .1em;
}
#contact-tel .note {
	background: #255090;
	font-size: 13px;
	letter-spacing: .08em;
	width: 100%;
	padding: 10px;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#contact-tel {
		padding: 30px 0 0;
	}
	#contact-tel .row .column-2:first-child {
		border-bottom: 1px solid #687d9d;
	}
	#contact-tel .row .column-2:first-child::before {
		content: none;
	}
	#contact-tel .column-2 {
		padding: 15px;
		margin-bottom: 0;
	}
	#contact-tel p.num {
		font-size: 20px;
	}
	
	#contact-tel .row {
    border: 1px solid #0a0a0a;
    padding: 5px;
    margin: 0px 10px 0px 10px;
}
}

/*------------------------
  FAQ
------------------------*/
.contact .lead {
	margin-bottom: 40px;
}
.contact .lead p {
	text-align: center;
}
#faq-box {
	border: solid #dbdbdb;
	border-width: 1px 1px 0;
}
#faq-box .q-txt {
	border-bottom: 1px solid #dbdbdb;
}
#faq-box .a-txt {
	background: #f3f8ff;
	border-bottom: 1px solid #dbdbdb;
}
#faq-box .q-txt,
#faq-box .a-txt {
	position: relative;
}
#faq-box .q-txt:before,
#faq-box .a-txt:before {
	position: absolute;
	left: 15px;
	font: normal 30px/1 'Noto Serif JP', serif;
	width: 60px;
	text-align: center;
}
#faq-box .q-txt:before {
	content: '\f075';
	top: 20px;
	color: #255090;
	 font-family: "Font Awesome 5 Free";
}



#faq-box .a-txt:before {
	content: '\f007';
	top: 25px;
	color: #4e4e4e;
	font-family: "Font Awesome 5 Free";
}
#faq-box .q-txt {
	font-size: 18px;
	padding: 20px 50px 20px 70px;
	cursor: pointer;
	letter-spacing: .05em;
}
#faq-box .q-txt:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 1px #4e4e4e;
	border-right: solid 1px #4e4e4e;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -9px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#faq-box .q-txt.active:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#faq-box .a-txt .inner {
	padding: 25px 50px 25px 80px;
}
#faq-box .a-txt p,
#faq-box .a-txt ul,
#faq-box .a-txt ol {
	font-size: 15px;
	line-height: 2;
}
#faq-box .a-txt ul,
#faq-box .a-txt ol {
	margin-left: 24px;
}
#faq-box .a-txt ul {
	list-style: disc;
}
#faq-box .a-txt ol {
	list-style: decimal;
}
#faq-box .a-txt p + p {
	margin-top: 15px;
}
#faq-box .a-txt a {
	color: #255090;
	box-shadow: 0 1px 0 currentColor;
}

@media screen and (max-width: 768px) {
	.faq-wrapper {
		padding: 20px 0 40px;
	}
	#faq-box .q-txt:before,
	#faq-box .a-txt:before {
		left: 10px;
		font: normal 26px/1 'nsjp-serif', serif;
		width: 30px;
	}
	#faq-box .q-txt:before {
		top: 15px;
		content: '\f075';
    color: #255090;
    font-family: "Font Awesome 5 Free";
	}
	#faq-box .a-txt:before {
		top: 15px;
		content: '\f007';
   
    color: #4e4e4e;
    font-family: "Font Awesome 5 Free";
	}
	#faq-box .q-txt {
		font-size: 15px;
		margin: 0;
		padding: 15px 30px 15px 50px;
	}
	#faq-box .q-txt:after {
		right: 15px;
		
	}
	#faq-box .q-txt.active:after {
		margin-top: -3px;
	}
	#faq-box .a-txt .inner {
		padding: 15px 20px 15px 50px;
		font-size: 14px;
		line-height: 1.8;
	}
	#faq-box .a-txt p,
	#faq-box .a-txt ul,
	#faq-box .a-txt ol {
		font-size: 14px;
		line-height: 1.8;
	}
	#faq-box .a-txt p + p {
		margin-top: 10px;
	}
}

/*------------------------
  Contact
------------------------*/

/* Form */
#form-box .form-lead {
	max-width: 85%;
	margin: 0 auto;
	
}
#form-box .form-lead p + p {
	margin-top: 10px;
}
#form-box table {
	table-layout: fixed;
	width: 100%;
	margin: 45px 0 10px;
	border-spacing: 0;
	font-size: 16px;
	border-top: 1px solid #dbdbdb;
}
#form-box table th {
	font-weight: bold;
	width: 26%;
	padding: 30px 0 30px 20px;
	border-bottom: 1px solid #dbdbdb;
	text-align: left;
}
#form-box table th.req:after {
	content: '＊必須';
	font-size: 13px;
	font-weight: normal;
	color: #e60000;
	padding-left: 10px;
	font-family:  'Noto Sans JP', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, sans-serif;
}
#form-box table th.top {
	vertical-align: top;
}
#form-box table td {
	border-bottom: 1px solid #dbdbdb;
	padding: 20px;
}
#form-box input[type=text],
#form-box input[type=email],
#form-box input[type=tel],
#form-box textarea {
	-webkit-appearance: none;
	border: 1px solid #dbdbdb;
	background: #f8f8f8;
	padding: 15px 10px;
	font-size: 100%;
	width: 100%;
	margin: 5px 0;
	font-family:  'Noto Sans JP', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, sans-serif;
	
}
#form-box .input-s input[type=text] {
	width: 18%;
	margin: 5px;
}
#form-box .input-s .subtit {
	padding: 0 10px 0 0;
}
#form-box textarea {
	height: 145px;
}
#form-box input[type=checkbox] {
	margin-right: 10px;
}
#form-box .how span.wpcf7-list-item {
	display: block;
}
#form-box span.wpcf7-list-item {
	margin: 5px 25px 5px 0;
}
#form-box #form-box-selector select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20%;
	padding: 10px;
	border: 1px solid #f3f5f9;
	background: #f3f5f9;
	border-radius: 0;
	font-size: 16px;
	border: 1px;
	cursor: pointer;
}
#form-box #form-box-selector select:hover,
#form-box #form-box-selector select:focus {
	outline: none;
}
#form-box #form-box-selector {
	position: relative;
}
#form-box #form-box-selector:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #888888 transparent transparent transparent;
	position: absolute;
	top: 10px;
	right: 15px;
}
.select-box02 label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(arrow02.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}
#form-box #form-box-policy span.wpcf7-list-item {
	margin: 0;
}
#form-box .btn-wrap {
	width: 65%;
	margin: 0 auto;
	padding: 30px 0 80px;
}
#form-box input[type=submit] {
	text-align: center;
	display: block;
	width: 100%;
	background: #255090;
	border-radius: 3px;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#form-box input[type=submit]:hover,
#form-box input[type=submit]:focus {
	background: #b0a37d;
	outline: none;
}
#form-box input:hover,
#form-box input:focus,
#form-box textarea:hover,
#form-box textarea:focus {
	outline: none;
	background: #fff;
}
:placeholder-shown {
	color: #7c7c7c;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #7c7c7c;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #7c7c7c;
	opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #7c7c7c;
	opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
	color: #7c7c7c;
}
#form-box-policy a {
	box-shadow: 0 1px 0 currentColor;
}
#form-box div.wpcf7-validation-errors,
#form-box div.wpcf7-acceptance-missing {
	text-align: center;
	padding: 30px;
	border-color: #e60000;
	color: #e60000;
	font-weight: bold;
}
#form-box .form-policy {
	padding: 20px;
}
.contact .form.container {
	margin-bottom: 0;
}

/* Policy */
#p-policy {
	position: relative;
	background: #f2f6fb;
	height: 150px;
	overflow-y: scroll;
}
#p-policy .inner {
	padding: 30px 40px;
}
#p-policy .pp-tit {
	font-size: 15px;
	letter-spacing: .05em;
}
#p-policy h4.row {
	position: relative;
	font-size: 13px;
}
#p-policy h4.row:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #dbdbdb;
	position: absolute;
	top: 50%;
	left: 0;
}
#p-policy h4.row .border {
	display: inline-block;
	padding-right: 20px;
	background: #f2f6fb;
	position: relative;
}
#p-policy h3 + p {
	padding: 0 30px 20px 0;
}
#p-policy p {
	font-size: 13px;
	padding: 0 30px 20px;
}
#p-policy h4.subtit {
	font-size: 13px;
	padding: 0 30px 5px;
}
#p-policy dl {
	font-size: 13px;
	padding: 0 0 20px 30px;
}
#p-policy dl dt {
	width: 8%;
}
#p-policy dl dd {
	width: 92%;
}
.contact div.wpcf7 .ajax-loader {
	position: absolute;
}

/* Thanks */
.thanks-lead {
	max-width: 85%;
	margin: 0 auto;
}
.thanks-lead p {
	margin: 20px 0;
}
.thanks-lead p.note {
	margin: 0;
}

@media screen and (max-width: 768px) {
	/* form */
	#form-box .lead p {
		font-size: 15px;
		line-height: 1.8;
	}
	#form-box table {
		font-size: 15px;
		border-width: 0;
	}
	#form-box table th,
	#form-box table td {
		display: block;
		width: 100%;
	}
	#form-box table th {
		padding: 15px 10px 0 0;
		border-bottom: none;
		border-top: 1px solid #f3f5f9;
	}
	#form-box table td {
		padding: 5px 10px 15px;
	}
	#form-box table .time dt,
	#form-box table .time dd {
		width: 100%;
	}
	#form-box table .time .label {
		width: 100%;
		text-align: left;
		padding: 10px;
	}
	#form-box table .time dd {
		padding-left: 0;
	}
	#form-box table .row.day dd,
	#form-box table .row.day dt {
		margin-top: 15px;
	}
	#form-box table .row.day dd {
		padding: 0;
	}
	#p-policy .inner {
		padding: 15px;
	}
	#p-policy p {
		font-size: 12px;
		padding: 0 0 30px;
	}
	#p-policy h3 + p {
		padding: 0 0 20px;
	}
	#p-policy h4.subtit {
		padding: 0 0 5px;
	}
	#p-policy dl {
		padding: 0;
	}
	#p-policy dl dt {
		width: 18%;
	}
	#p-policy dl dd {
		width: 82%;
	}
	.thanks-box {
		padding: 0;
	}
	#form-box .btn-wrap {
		width: 100%;
		padding: 30px 0 0px;
	}
	
	/* Thanks */
	.thanks-lead {
		max-width: 100%;
		width: 100%;
	}
	.thanks .content-tit {
		line-height: 1.2;
	}
}

/*------------------------
  Footer Nav
------------------------*/
#ft-nav {
	background: #ecf4ff;
	position: relative;
	z-index: 99;
}
#ft-nav ul {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
}
#ft-nav ul li a {
	display: block;
	position: relative;
	padding: 30px 15px;
	line-height: 1;
	font-size: 14px;
}
#ft-nav ul li a:hover,
#ft-nav ul li a:focus {
	color: #255090;
}
#ft-nav ul li a:after {
	content: '';
	width: 1px;
	height: 1em;
	background: #4e4e4e;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -.5em;
}
#ft-nav ul li:last-child a:after {
	content: none;
}
#ft-nav .widget-area h3 {
	display: none;
}

@media screen and (max-width: 768px) {
	#ft-nav ul {
		justify-content: start;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		-webkit-justify-content: start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#ft-nav ul li {
		width: 100%;
	}
	#ft-nav ul li a {
		padding: 20px 15px;
		border-bottom: 1px solid #687d9d;
	}
	#ft-nav ul li a:after,
	#ft-nav ul li:last-child a:after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 1px #4e4e4e;
		border-right: solid 1px #4e4e4e;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 15px;
		margin-top: -4px;
		background: none;
	}
}

/*------------------------
  footer
------------------------*/
#site-footer {
	width: 100%;
	position: relative;
	color: #fff;
	background: #255090;
	padding: 45px 80px 30px;
	z-index: 99;
}
.re-new{
	position: relative;
	z-index: 9999;
}
#site-footer .ft-title {
	margin-bottom: 25px;
}
#site-footer a {
	color: #fff;
}
#site-footer a:hover,
#site-footer a:focus {
	opacity: .9;
}
#site-footer .wrapper {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}
#site-footer div.row {
	margin: -20px;
}
#site-footer .widget-area {
	padding: 20px;
	width: 42.5%;
}
#site-footer .widget-area h3 {
	display: none;
}
#site-footer p,
#site-footer dl {
	font-size: 14px;
	letter-spacing: .05em;
}
#site-footer dl {
	padding-top: 5px;
}
#site-footer dl dt,
#site-footer dl dd {
	padding: 5px 0;
}
#site-footer dl dt {
	width: 60px;
}
#site-footer dl dd {
	width: calc(100% - 60px);
}
#site-footer .ft_copy {
	padding-top: 45px;
}
#site-footer .ft_copy p {
	text-align: right;
	font-size: 11px;
	color: #f2f6fb;
	letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
	#site-footer {
		padding: 30px 15px;
	}
	#site-footer .ft-title img {
		display: block;
		margin: 0 auto;
		max-width: 250px;
	}
	#site-footer .widget-area {
		width: 50%;
		padding: 10px 0;
	}
	#site-footer div.row {
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		margin: 0;
	}
	#site-footer .ft_copy p {
		text-align: center;
		font-size: 10px;
	}
}
@media screen and (max-width: 767px) {
	#site-footer .widget-area {
		width: 100%;
	}
}

/*------------------------
  page top
------------------------*/

#page-top {
	position: fixed;
	bottom: 100px;
	right: 15px;
	z-index: 7689;
}
#page-top a {
	width: 70px;
	height: 70px;
	background: rgba(7,80,144,0.8);
	border-radius: 50%;
	display: block;
	color: transparent;
	position: relative;
}
#page-top a:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -2.5px 0 0 -5px;
}
@media screen and (max-width: 768px) {
	#page-top {
		right: 10px;
		bottom: 40px;
	}
	#page-top a {
		width: 50px;
		height: 50px;
	}
	#page-top a:before {
		width: 6px;
		height: 6px;
		margin: -2px 0 0 -3px;
	}
}

/*------------------------
  404
------------------------*/
.page-404 {
	padding: 100px 0;
}
.page-404 p {
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.page-404 {
		padding: 40px 0;
	}
	.page-404 p {
		font-size: 14px;
	}
}

/*------------------------
  
------------------------*/


@media screen and (max-width: 768px) {
	
}